home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 7965 < prev    next >
Encoding:
Text File  |  1996-08-05  |  760 b   |  26 lines

  1. Path: news.informatik.uni-muenchen.de!usenet
  2. From: Kurt Watzka <watzka@stat.uni-muenchen.de>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Date question
  5. Date: Thu, 29 Feb 1996 13:08:00 +0100
  6. Organization: Institut fⁿr Statistik
  7. Message-ID: <31359720.6BCB@stat.uni-muenchen.de>
  8. References: <4h3kpb$i3s@news.ysu.edu>
  9. NNTP-Posting-Host: pc7.stat.uni-muenchen.de
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (WinNT; I)
  14.  
  15. Jerry Tomko wrote:
  16. > Hello.   Does anyone know where I can find a program that,
  17. > when given the month, day, and year, will determine the
  18. > corrosponding day of the week (Sunday, Monday, Tuesday, etc..)?
  19.  
  20. Have a look at mktime(), a function from the standard library.
  21.  
  22. Kurt
  23.